home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
- Begin VB.Form frmTitles
- BorderStyle = 1 'Fixed Single
- Caption = "Titles Database"
- ClientHeight = 3195
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 5400
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3195
- ScaleWidth = 5400
- StartUpPosition = 3 'Windows Default
- Begin MSAdodcLib.Adodc datTitles
- Height = 330
- Left = 960
- Top = 2760
- Width = 3375
- _ExtentX = 5953
- _ExtentY = 582
- ConnectMode = 0
- CursorLocation = 3
- IsolationLevel = -1
- ConnectionTimeout= 15
- CommandTimeout = 30
- CursorType = 3
- LockType = 3
- CommandType = 2
- CursorOptions = 0
- CacheSize = 50
- MaxRecords = 0
- BOFAction = 0
- EOFAction = 0
- ConnectStringType= 1
- Appearance = 1
- BackColor = -2147483643
- ForeColor = -2147483640
- Orientation = 0
- Enabled = -1
- Connect = "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=c:\VBDB\Working\Biblio.mdb"
- OLEDBString = "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=c:\VBDB\Working\Biblio.mdb"
- OLEDBFile = ""
- DataSourceName = ""
- OtherAttributes = ""
- UserName = ""
- Password = ""
- RecordSource = "Titles"
- Caption = "Titles"
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- _Version = 393216
- End
- Begin VB.TextBox txtPubID
- DataField = "PubID"
- DataSource = "datTitles"
- Height = 495
- Left = 1440
- Locked = -1 'True
- TabIndex = 5
- Top = 1920
- Width = 3615
- End
- Begin VB.TextBox txtISBN
- DataField = "ISBN"
- DataSource = "datTitles"
- Height = 495
- Left = 1440
- Locked = -1 'True
- TabIndex = 4
- Top = 1320
- Width = 3615
- End
- Begin VB.TextBox txtYearPublished
- DataField = "Year Published"
- DataSource = "datTitles"
- Height = 495
- Left = 1440
- Locked = -1 'True
- TabIndex = 3
- Top = 720
- Width = 3615
- End
- Begin VB.TextBox txtTitle
- DataField = "Title"
- DataSource = "datTitles"
- Height = 495
- Left = 1440
- Locked = -1 'True
- TabIndex = 1
- Top = 120
- Width = 3615
- End
- Begin VB.Label Label4
- Caption = "Publisher ID"
- Height = 495
- Left = 120
- TabIndex = 7
- Top = 2040
- Width = 1215
- End
- Begin VB.Label Label3
- Caption = "ISBN"
- DataField = "IS"
- Height = 495
- Left = 120
- TabIndex = 6
- Top = 1440
- Width = 1215
- End
- Begin VB.Label Label2
- Caption = "Year Published"
- Height = 495
- Left = 120
- TabIndex = 2
- Top = 840
- Width = 1215
- End
- Begin VB.Label Label1
- Caption = "Title"
- Height = 495
- Left = 120
- TabIndex = 0
- Top = 240
- Width = 1215
- End
- Attribute VB_Name = "frmTitles"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
-